home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q104 / 1 / 84.TXT < prev    next >
Text File  |  1993-11-23  |  3KB  |  64 lines

  1. DOCUMENT:Q104184  22-NOV-1993  [W_NT]
  2. TITLE   :Windows NT Terminal and Telnet May Cause an Access Violation
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:buglist3.10 fixlist3.10.001
  7.  
  8. ----------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. ----------------------------------------------------------------------
  14.  
  15.  
  16. SYMPTOMS
  17. ========
  18.  
  19. After Telnet is started, if Terminal is closed before the TELNET>
  20. prompt is displayed, you may receive an access violation error
  21. message.
  22.  
  23. CAUSE
  24. =====
  25.  
  26. There is a timing window in the Telnet service that can cause the
  27. master thread to delete the client's critical section before the
  28. client thread terminates. This occurs if Terminal closes just before
  29. the master tries to write the TELNET> prompt. The master's write then
  30. fails, causing it to quit and delete the critical section. The
  31. client's read then fails, causing it to try to access the critical
  32. section during its termination processing. The client thread then
  33. access violates and the access violation error message is generated.
  34.  
  35. STATUS
  36. ======
  37.  
  38. Microsoft has confirmed this to be a problem in Windows NT and Windows NT
  39. Advanced Server version 3.1. This problem was corrected in the latest U.S.
  40. Service Pack for Windows NT and Windows NT Advanced Server version 3.1. For
  41. information on obtaining the Service Pack, query on the following word in
  42. the Microsoft Knowledge Base (without the spaces):
  43.  
  44.    S E R V P A C K
  45.  
  46. Additional reference words: 3.10
  47. KBCategory:
  48. KBSubcategory: tpip
  49.  
  50. =============================================================================
  51.  
  52. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  53. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  54. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  55. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  56. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  57. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  58. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  59. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  60. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  61. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  62. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  63.  
  64. Copyright Microsoft Corporation 1993.